[INFO] cloning repository https://github.com/kristof-mattei/autoheal-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kristof-mattei/autoheal-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fautoheal-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fautoheal-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aa53e6e0a9b11aac7d614f2bb50b112d019086af
[INFO] fixing kristof-mattei/autoheal-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fautoheal-rs" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/kristof-mattei/autoheal-rs
[INFO] finished tweaking git repo https://github.com/kristof-mattei/autoheal-rs
[INFO] tweaked toml for git repo https://github.com/kristof-mattei/autoheal-rs written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kristof-mattei/autoheal-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kristof-mattei/autoheal-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hyper-unix-socket v0.6.1
[INFO] [stderr]   Downloaded console-subscriber v0.5.0
[INFO] [stderr]   Downloaded mimalloc v0.1.52
[INFO] [stderr]   Downloaded prost v0.14.4
[INFO] [stderr]   Downloaded console-api v0.9.0
[INFO] [stderr]   Downloaded prost-derive v0.14.4
[INFO] [stderr]   Downloaded prost-types v0.14.4
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.49
[INFO] [stderr]   Downloaded twistlock v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd
[INFO] running `Command { std: "docker" "start" "da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling autoheal-rs v0.0.0-development (/opt/rustwide/workdir/crates/autoheal-rs)
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking shared v0.0.0-development (/opt/rustwide/workdir/crates/shared)
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking mimalloc v0.1.52
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking ipnet v2.12.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-unix-socket v0.6.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking twistlock v0.2.1
[INFO] [stdout] error[E0432]: unresolved import `tokio::task::Builder`
[INFO] [stdout]    --> crates/autoheal-rs/src/utils/task.rs:1:19
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::task::{Builder, JoinHandle};
[INFO] [stdout]     |                   ^^^^^^^ no `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these items instead:
[INFO] [stdout]             std::thread::Builder
[INFO] [stdout]             http::request::Builder
[INFO] [stdout]             http::response::Builder
[INFO] [stdout]             http::uri::Builder
[INFO] [stdout]             hyper::client::conn::http1::Builder
[INFO] [stdout]             hyper::client::conn::http2::Builder
[INFO] [stdout]             hyper_util::client::legacy::Builder
[INFO] [stdout]             tokio::runtime::Builder
[INFO] [stdout]             tokio_util::codec::length_delimited::Builder
[INFO] [stdout]             tracing_subscriber::filter::Builder
[INFO] [stdout]             twistlock::models::events::EventType::Builder
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/mod.rs:324:26
[INFO] [stdout]     |
[INFO] [stdout] 324 |         pub use builder::Builder;
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/cfg.rs:596:23
[INFO] [stdout]     |
[INFO] [stdout] 596 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
[INFO] [stdout]     |                       -------------- the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tokio::task::Builder`
[INFO] [stdout]    --> crates/autoheal-rs/src/utils/task.rs:1:19
[INFO] [stdout]     |
[INFO] [stdout]   1 | use tokio::task::{Builder, JoinHandle};
[INFO] [stdout]     |                   ^^^^^^^ no `Builder` in `task`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing one of these items instead:
[INFO] [stdout]             std::thread::Builder
[INFO] [stdout]             http::request::Builder
[INFO] [stdout]             http::response::Builder
[INFO] [stdout]             http::uri::Builder
[INFO] [stdout]             hyper::client::conn::http1::Builder
[INFO] [stdout]             hyper::client::conn::http2::Builder
[INFO] [stdout]             hyper_util::client::legacy::Builder
[INFO] [stdout]             tokio::runtime::Builder
[INFO] [stdout]             tokio_util::codec::length_delimited::Builder
[INFO] [stdout]             tracing_subscriber::filter::Builder
[INFO] [stdout]             twistlock::models::events::EventType::Builder
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/mod.rs:324:26
[INFO] [stdout]     |
[INFO] [stdout] 324 |         pub use builder::Builder;
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/macros/cfg.rs:596:23
[INFO] [stdout]     |
[INFO] [stdout] 596 |             #[cfg(all(tokio_unstable, feature = "tracing"))]
[INFO] [stdout]     |                       -------------- the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `autoheal-rs` (bin "autoheal-rs") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `autoheal-rs` (bin "autoheal-rs" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd", kill_on_drop: false }`
[INFO] [stdout] da058f588cfd39c7a22bcba0b13d19d67cad6b0f9289fc5965d5cb6d774892dd
